home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / math / alged34.zip / ALGEDENG.MNU < prev    next >
Text File  |  1996-06-06  |  3KB  |  101 lines

  1. ;
  2. ;  This file defines the menu for alged
  3. ;  The item is followed by: "name" function hotkey
  4. ;  If the name starts with . then it is not visible.
  5. ;  The order in this file determines the order on the menu.
  6. ;  The hot key can be a char 'a' or a number, add 300 to extended kbd codes,
  7. ;  for instance 359 is F1.
  8. ;  F1=help, Esc=exit, and alt-D=debug are hardcoded, and cannot be changed.
  9. ;  The messages (msg) will automatically have an end-of-line (13) appended,
  10. ;  unless the last character is a $.
  11. ;
  12. width 10
  13. bottom "══════════ Algebra Editor 3.4 ════ F1=Help ════ Esc=Exit "
  14. top ""
  15. endlist "(end of list)"
  16. key " Key "
  17. item "Simplify"  0  ' '   ;
  18. item "Associate" 1  'a'   ;
  19. item "Poly Coef" 2  'p'   ;
  20. item "Poly Div"  3  '\'   ;
  21. item "Exp Join"  20 'j'   ;
  22. item "Add Key"   5  '+'   ;
  23. item "DeleteTop" 14 383   ;
  24. item "Load"      15 'l'   ;
  25. item "Distribut" 8  'd'   ;
  26. item "Comm Deno" 9  'm'   ;
  27. item "FactQuad"  11 'q'   ;
  28. item "FactCubic" 35 '3'   ;
  29. item "^N expand" 12 'n'   ;
  30. item "Mult Key " 13 '*'   ;
  31. item "Erase All" 7  318   ; alt-E
  32. item "Save"      31 's'   ;
  33. item "Calculate" 16 'c'   ;
  34. item "PrimeFact" 33 'v'   ;
  35. item "Char Mode" 17 '8'   ;
  36. item "FactrPoly" 19 'f'   ;
  37. item "Substitut" 4  'u'   ;
  38. item "Div Key "  21 '/'   ;
  39. item "Ins Key"   22 382   ;
  40. item "EquLeft"   42 '['   ;
  41. item "Integer"   24 'i'   ;
  42. item "Graph"     36 'g'   ;
  43. item "Center"    26 371   ;
  44. item "Enter Key" 30 'k'   ;
  45. item "Equal Key" 28 '='   ;
  46. item "Subtr Key" 6  '-'   ;
  47. item "Exp Key"   29 'e'   ;
  48. item "EquRight"  37 ']'   ;
  49. item ".Prev"     10 372   ; up arrow
  50. item ".Quit"     34 27
  51. item ".Right"    27 377
  52. item ".Help"     32 359
  53. item ".Next"     18 380
  54. item ".ritePost" 23 'w'
  55. item ".Left"     25 375
  56. item ".Pick2key" 38 '.'
  57. item ".Pickleft" 39 379
  58. item ".Pickrght" 40 381
  59. item ".Picktop"  41 373
  60. item ".DelKey"   43 13
  61. item ".DstChild" 44 'D'
  62. item ".SimpStep" 45 'x'
  63. msg  1 parser stack underflow.
  64. msg  2 parser r-stack underflow.
  65. msg  3 unable to open %s for infix read.
  66. msg  4 Unexpected ) or ,
  67. msg  5 unable to open %s for postfix read.
  68. msg  6 missing function arity %s.
  69. msg  7 too few args to %s.
  70. msg  8 too many args to %s.
  71. msg  9 Unable to open %s for output.
  72. msg 10 ; Alged postfix data saved as %s on %s;
  73. msg 11 ; Alged infix data saved as %s on %s;
  74. msg 12 mouse driver not found.
  75. msg 13 option not recognized %d.
  76. msg 14 Error in resize.
  77. msg 15 Error in print.
  78. msg 16 Unable to find menu file '%s'.
  79. msg 17 Graphic error %d [%s].
  80. msg 18 vars$
  81. msg 19 polar  $
  82. msg 20 ***>>> ALGED FATAL ERROR - heap memory is all used up.
  83. msg 21 Error in freenode.
  84. msg 22 Error in freetree.
  85. msg 23 FREE$
  86. msg 24 Enter filename to save to [*.ae]:$
  87. msg 25 Enter filename to load from [*.ae]:$
  88. msg 26 Enter filename to save postfix to [*.ae]:$
  89. msg 27 free camera mode$
  90. msg 28 ***>>> ALGED heap memory is corrupted.
  91. msg 29 not used$
  92. msg 30 Enter a POSTFIX expression; press F6 Enter when you are done.
  93. msg 31 Enter a formula, comment, or user option.  Press F6 Enter to end.
  94. msg 32 pi$
  95. msg 33 π$
  96. msg 34 Warning: unary minus is not supported.  Change -x to -1*x.
  97. msg 35 Press space to step, or 'g' to finish simplify.
  98. msg 36 F1=Help$
  99. msg 37 cylindrical  $
  100. ;
  101.